home *** CD-ROM | disk | FTP | other *** search
/ Aminet 45 / Aminet 45 (2001)(GTI - Schatztruhe)[!][Oct 2001].iso / Aminet / gfx / x11 / x3270_3_2_16.lha / amiga_src / savec.h < prev    next >
C/C++ Source or Header  |  2007-12-08  |  694b  |  23 lines

  1. /*
  2.  * Copyright 1995, 1999 by Paul Mattes.
  3.  *  Permission to use, copy, modify, and distribute this software and its
  4.  *  documentation for any purpose and without fee is hereby granted,
  5.  *  provided that the above copyright notice appear in all copies and that
  6.  *  both that copyright notice and this permission notice appear in
  7.  *  supporting documentation.
  8.  */
  9.  
  10. /*
  11.  *    savec.h
  12.  *        Global declarations for save.c.
  13.  */
  14.  
  15. extern char *command_string;
  16. extern char *profile_name;
  17.  
  18. extern void merge_profile(XrmDatabase *d);
  19. extern void save_args(int argc, char *argv[]);
  20. extern void save_init(int argc, char *hostname, char *port);
  21. extern int save_options(char *n);
  22. extern void save_yourself(void);
  23.